object frmScriptErrors: TfrmScriptErrors Left = 214 Top = 110 Width = 447 Height = 262 ActiveControl = btnClose BorderIcons = [] Caption = 'frmScriptErrors' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 439 228) PixelsPerInch = 96 TextHeight = 13 object lblErrorCount: TLabel Left = 5 Top = 5 Width = 311 Height = 13 AutoSize = False Caption = 'lblErrorCount' end object btnNext: TButton Left = 340 Top = 25 Width = 89 Height = 25 Anchors = [akTop, akRight] Caption = 'btnNext' TabOrder = 1 OnClick = btnNextClick end object btnPrevious: TButton Left = 340 Top = 60 Width = 89 Height = 25 Anchors = [akTop, akRight] Caption = 'btnPrevious' TabOrder = 2 OnClick = btnPreviousClick end object btnGoto: TButton Left = 340 Top = 95 Width = 89 Height = 25 Anchors = [akTop, akRight] Caption = 'btnGoto' ModalResult = 1 TabOrder = 3 OnClick = btnGotoClick end object btnClose: TButton Left = 340 Top = 177 Width = 89 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'btnClose' Default = True ModalResult = 1 TabOrder = 4 end object StatusBar1: TStatusBar Left = 0 Top = 209 Width = 439 Height = 19 Panels = <> SimplePanel = False end object memoErrorInfo: TRichEdit Left = 5 Top = 25 Width = 321 Height = 179 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssBoth TabOrder = 0 WantReturns = False end end